Html production simple framework webpage, html production framework

Source: Internet
Author: User

Html production simple framework webpage, html production framework

Design and Production Using HTML

Hyper Text Markup Language Hypertext Markup Language

This language is characterized by marking, that is, marking all command words with <>, can play a role

Another feature is that the markup of this language appears in pairs and ends with the end. </>

<Html>
</Html>

<Title> </title> use the title label to create the webpage title

Then we create a framework with two knives divided into three parts.

How can we split the framework?

<Frameset>
</Frameset>

What is used to represent a good framework?

<Frame>
</Frame>

<Frame src = "top.html">
</Frame>
<Frame src = "down.html">
</Frame>

Html production framework webpage instance-my personal music channel

The homepage is a main framework with the Code as follows:

<! Doctype html> 

 

Create the top, left, and right pages.

Put an image logo on top of the webpage top.html.

The Code is as follows:

<body bgcolor="pink"><body>

The webpage on the left is a list of favorite songs. Create a hyperlink to the list.

The Code is as follows:

<Body style = "background-color: rgb (198,233,184) "> <dl> <dt> network hongge </dt> <dd> TOP2 </dd> </dl> <ol type =" 1 "> <li> <a href = "right.html" target = "right"> turning the river into the river-jin Nanling </a> </li> <li> it's really lonely without your company-mengran </li> <li> grape </li> </ol> <ul type = "square"> <li> banana </li> <li> Apple </li> <li> grape </ li> </ul> <ul type = "disc"> <li> banana </li> <li> Apple </li> <li> grape </li> </ ul> <ol type = "a"> <li> it's really lonely without your company-mengran </li> <li> grape </li> </ol> </body>

The webpage code on the right is as follows:

<! -- Color value of English words: background-color: Blue; hexadecimal color value: background-color: # FFFFFF; RGB color value: background-color: rgb (255,255,255) RGB color value ternary percentage: background-color: rgb (100%, 100%, 100%) body bgcolor = "red" body> --> <body style = "background-color: rgb (253,213,242) "> </body>

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.