" in the body; then set the width, height and color of the div graphic; Finally, set the "border-radius" attribute to draw a circle."/> " in the body; then set the width, height and color of the div graphic; Finally, set the "border-radius" attribute to draw a circle.">

Home>Article>Web Front-end> How to draw a circle in html

How to draw a circle in html

藏色散人
藏色散人 Original
2021-03-26 15:48:43 21513browse

htmlHow to draw a circle: First create an HTML sample file; then enter the main content "

" in the body; then set this The width, height, and color of the div graphic; finally, set the "border-radius" attribute to draw a circle.

How to draw a circle in html

##The operating environment of this article: windows7 system, HTML5&&CSS3 version, DELL G3 computer

Open any coding software, Dreamweaver or hbuilder, etc. You can use any coding software. Then when creating the canvas, choose to create an html file

How to draw a circle in html

After entering the html file, fill in the title tag, enter the css style in the style tag, and body Zhongshi theme part; in the title tag, you can enter the website name, as shown in the picture here, enter the words "circle making",

How to draw a circle in html

when opened in the browser When watching, you can see that the name of the website is the words Circle Production.

How to draw a circle in html##Then enter the main content in the body

[Recommended learning:《

HTML video tutorial

》】

How to draw a circle in html#Then you need to add css style to the entire div, set the width and height attributes and color fill settings of this graphic ;

#yuan{width:200px;height:200px;background-color:red;}

How to draw a circle in htmlThis creates a red rectangular shape, as shown in the picture

How to draw a circle in htmlHow to turn a right angle For rounded corners, here is the code for rounding corners: border-radius:50%; set the width and height rotation angles to 50% of the original. This is a circle, and then press ctrl s to save it.

How to draw a circle in htmlAs shown in the picture, after previewing it in the browser, it will be this circle.

The above is the detailed content of How to draw a circle in html. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:What is address in html Next article:What is address in html