Assalam_o_Alaikum,
Bismillah ir Rehmaan niraheem,
About HTML basics
First DAY 1 !!
What is HMTL ??
HTML is a language for describing web pages.
- HTML stands for Hyper Text Markup Language
- HTML is a markup language
- A markup language is a set of markup tags
- The tags describe document content
- HTML documents contain HTML tags and plain text
- HTML documents are also called web pages
HTML Tags ??
HTML markup tags are usually called HTML tagsHTML Elements ??
- HTML tags are keywords (tag names) surrounded by angle brackets like <html>
- HTML tags normally come in pairs like <b> and </b>
- The first tag in a pair is the start tag, the second tag is the end tag
- The end tag is written like the start tag, with a forward slash before the tag name
- Start and end tags are also called opening tags and closing tags
An HTML element is everything between the start tag and the end tag, including the tags:
<p>This is element cause its between tag</p>
Now start your first day Open notepad++ and start coding !!
hope you Enjoy :D
My First Web page
Html Attributes
Html Elements
Html IDs and Classes (Its a part of CSS)
Html Urls (links)
Html comments
/bye Read more on link
And more videos will upload tomorrow !!