1 / 5

Intro to HTML

Intro to HTML. Intro to HTML. Hypertext markup language (HTML) is a way of telling web browsers how to display a page You can type them by hand in a word processing program, or an icon-driven program will insert them for you What You See is What You Get (WYSIWYG). Intro to HTML.

courtney
Télécharger la présentation

Intro to HTML

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Intro to HTML

  2. Intro to HTML • Hypertext markup language (HTML) is a way of telling web browsers how to display a page • You can type them by hand in a word processing program, or an icon-driven program will insert them for you • What You See is What You Get (WYSIWYG)

  3. Intro to HTML • HTML Tags are the programming commands • Tags are enclosed in greater-than and less-than symbols that serve as brackets <HTML> • Tags are normally typed in capital letters • Most commands have a beginning and ending tag (eg., <B> and </B> turn boldface on and turn it off) • All pages begin with <HTML> and end with </HTML>

  4. Intro to HTML • All pages contain these elements: • Head – introductory information, meta tags (for advanced designers) keywords, and title • Title – short description that appears at the top of the browser window • Body – the main part of the page

  5. Intro to HTML • To view the HTML file for any web page, use the “view source” command in your web browser • View the page source for the U of A Web site: http://www.uark.edu

More Related