HTML

HTML is the standard markup language for creating Web pages.

the HTML is the way that we creat page structer and design fpr the clint . **its content 2 mager part **

  1. head

    the titel of the page in url you can see it

  2. body

    what you writ what you read and the user can read it also

    we use some elemant to have the structer.

    elemant and the elemant use tag that make you give the style that we use it fir the page elemant An Introduction to the HTML5 Structural Elements Create an HTML5 Page. Let’s explore the new elements by building a sample page. … The Header Element. HTML5 semantics come into play with all of the new elements. … *The Footer Element. …

    • The Nav Element. …
    • The Section and Article Elements. …
    • The Aside Element. …
    • Taking Care of Internet Explorer. …
    • Conclusion. elemant HTML pages are text documents. X HTML uses tags (characters that sit inside angled brackets) to give the information they surround special meaning. X Tags are often referred to as elements. X Tags usually come in pairs. The opening tag denotes the start of a piece of content; the closing tag denotes the end. X Opening tags can carry attributes, which tell us more about the content of that element. X Attributes require a name and a value. X To learn HTML you need to know what tags are available for you to use, what they do, and where they can go

Extra Markup

DOCTYPES tell browsers which version of HTML you are using. X You can add comments to your code between the markers. X The id and class attributes allow you to identify particular elements. X cut windows into your web pages through which other pages can be displayed. X Escape characters are used to include special characters in your pages such as <, >, and ©. X The <div> and elements allow you to group block-level and inline elements together. X The tag allows you to supply all kinds of information about your web page.

example Markup

HTML5 Layout

Headers & Footers

> where we writ the main titel and the referance of te page like the claoseing and copy right . * The main header or footer that appears at the top or bottom of every page on the site. * A header or footer for an individual
or
within the page. The sectioning elements in HTML5 are