HTML of Web Design (with case, code and implementation pictures)
HTML
1, HTML structure
1.HTML file structure
!DOCTYPE htmlhtml root taghead header label
Meta: the tag provides meta information about the pageTitle: title body tag and web content are all in it
<!--
html Project structure
-->
<!DOCTYPE html> <!-- statement html Tell the browser the version of html Ver ...
Posted by patrick99e99 on Wed, 06 Oct 2021 20:31:22 -0700
❗ Summary of three common ways of introducing HTML into CSS ❗
introduction
CSS is like a girl's cosmetics for HTML. After CSS modification, web page elements will be more rich and beautiful, but the first need before using CSS is how to add CSS code to HTML code. Here are three common methods;
ps: since the author plans to develop to the java back-end in the future, he only understands some of the main ...
Posted by angel1987 on Wed, 06 Oct 2021 13:10:14 -0700
Front end Basics - CSS
Day06—CSS
1, Review
label: h the title label is exclusive to one line p the paragraph label is on a single line The div tag is on a single line The table tag has only one row li the tag is on a single line No width is declared. The default width is 100% of the full width
span multiple labels can be placed in a row Multiple img tags c ...
Posted by asy1mpo on Tue, 05 Oct 2021 16:09:24 -0700
shiro verifies shiro's authentication process through the configuration file realm.ini
shiro's core architecture diagram
I didn't understand this diagram when learning shiro before. Later, after learning it systematically, I can have a global control over shiro from this diagram.
The top part is the subject body
Subject stay shiro Is an interface through which external programs subject Conduct certificat ...
Posted by jrodd32 on Mon, 04 Oct 2021 16:53:34 -0700
BFC(Block Formatting Context) in CSS layout, block formatting context
BFC(Block Formatting Context)
1, Definition of BFC
In MDN, it is said that Block Formatting Context (BFC) is a part of visual CSS rendering of Web pages, the area where the layout process of block boxes occurs, and the area where floating elements interact with other elements
In other words: BFC is to provide an independent container for ele ...
Posted by cyanblue on Sun, 03 Oct 2021 18:18:54 -0700
Radial gradient
The radial gradient() function is used to create an "image" of radial gradient. Its general call format is:
background-image: radial-gradient(shape size at position, start-color, ..., last-color);
1. The parameter shape defines the shape of the gradient,
The default value is ellipse, which is an elliptical radial gradient,The valu ...
Posted by suspect on Thu, 30 Sep 2021 16:14:56 -0700
HTML5 final assignment: red wine theme website design - simple red wine introduction web page (7 pages) HTML+CSS+JavaScript
HTML5 final assignment: red wine theme website design - brief red wine introduction web page (7 pages) HTML+CSS+JavaScript final assignment HTML code student web page course design final assignment Download Web page design and production finished products
Common web design topics include individuals, food, companies, schools, tourism, e-com ...
Posted by jsucupira on Tue, 28 Sep 2021 21:01:01 -0700
HTML5 final assignment: introduction to web design in my hometown - Puxian (6 pages) good code quality HTML+CSS+JavaScript
HTML5 final assignment: my hometown Web Design - Puxian (6 pages) code quality is good HTML+CSS+JavaScript final assignment HTML code student web course design final assignment Download Web page design and production finished products
1. Near the end of the term, you are still designing your final homework for HTML web pages. Do you feel th ...
Posted by sarmad_m_azad on Tue, 28 Sep 2021 17:46:03 -0700
HTML5 final assignment: theme design about my hometown - Chengdu, Sichuan (4 pages) HTML+CSS+JavaScript
HTML5 final assignment: about the theme design of my hometown - Chengdu, Sichuan (4 pages) HTML+CSS+JavaScript final assignment HTML code student web page course design final assignment Download Web page design and production finished products
1. Near the end of the term, you are still designing your final homework for HTML web pages. Do yo ...
Posted by mitzleah on Tue, 28 Sep 2021 17:38:26 -0700
Front end interview questions (CSS) suggestions collection, constantly updating
How do I indent the first line of a paragraph?
I didn't think of it at first sight text-indent🤣,Its provisions are as follows
Applies to block elements
Until the unit is as follows
Length value: px em rem
Percentage: depends on the number of blocks contained width
keyword: each-line: Text indentation affect ...
Posted by toshesh on Mon, 27 Sep 2021 17:14:55 -0700