SSUETSECE.BLOGSPOT.COM3.1.1
A Dedicated Blog :)

MBSD complete notes by sir Asim also included notes shared by Sec A uploaded

EDC LAB Title Page, Index & Manual Uploaded

E.D.C Course Outline uploaded [ link is now working ;) ]

EDC BOYLESTED 10 edition solved Uploaded on BOOK's page



FAT SOLVED ASSIGNMENTUploaded

MBSD UPDATED FINAL MANUAL UPLOADED
I want to rename my name!! Using SSUETSECE!! Time Table Submit a Post :)
COPYRIGHT © 2013 SPACE-BEGINING DESIGN AND ALL SCRIPTED BY MAQ

HTML Basics

Select All a++ A


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 tags
  • 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
 HTML Elements ??
 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 !!