Skip to content
MASOOD UZ-ZAMAN SHAMSI edited this page Jun 7, 2019 · 5 revisions

# Web pages create in HTML

HTML is use for web design, this is Hyper Text Markup Language. In HTML is use Tag for write code, tag is shown <>. HTML is use for static web site creation. There are a lot of tags for writing a code of web development. After web design and development is completed than host a web host server. This is http web site is created, write a web site address is http://www.msn.com The HTML web page is create different tags, by tags are write than create web pages,file is save may be in different extensions html and htm.In web page design any one use extension, in two extensions. The tags are following <html> <head><title>Web page</title></head> <body> This is web page </body> </html> Keep file name Web page.htm Or Web page.html and save file in desktop or any location by .txt application(Notepad).

## Colors and change colors in web page

Example one is,the code are following <html> <head><title>Web page</title></head> <body bgcolor = red> This is web page </body> </html> Many colors are red, green, blue, yellow and lot of know. Also in web page are write a different code. Codes are examples one and two in below passages. <body bgcolor =#3426> <body bgcolor =#45678>

#Write a text in web page

HTML is write text different tags, tags are different

  1. <text>Write any sentence or paragraph</text>

  2. <text font size = 12, font color = red, font style = Times New Romans>Write a sentence or paragraph</text>

#Write a paragraph in web page

HTML is write a text in line, for write a text line to line, may be possible four to eight line is called paragraph.

1. <p> <text>Write any paragraph</text> </p>

2. <p> <text font size = 12, font color = red, font style = Times New Romans>Write a paragraph</text> </p>

Text is alphabetical order, by text is make line, one and many different lines make a sentences. Four to eight lines are make a paragraph also if be any time to make alphanumeric data in line, this is special time for secure data for example is password.Password is shown ah2h3* also is shown .

#Write a sentence in point to point in web page

Clone this wiki locally