About "HTML5": the second bullet

  About "HTML5": the second bullet   It is recommended to scale 90% for consumption   Goo Goo Goo Goo Goo!! 1 (konjaku pigeon is finally updated)   Since the beginning of school, after the double baptism of "half term exam with one face covered" and "physical test with two faces covered", I finally have t ...

Posted by kenslate on Fri, 28 Jan 2022 12:43:21 +0100

[first stage of front-end employment course] HTML5 zero foundation to practical text and picture explanation

Note: when the mobile phone (APP) is turned on, the content will be better displayed, and only private chat bloggers who will not talk can do so (refer to HTML5 introduction to mastery for the structure of knowledge points) If you want to take the code or join the learning plan (* * the blogger will supervise you and teach you to write articles ...

Posted by spider_man on Fri, 28 Jan 2022 11:45:42 +0100

HTML+PHP+Mysql login registration page

1, PHP development landing page 1. Database construction First create a test database login table in mysql database: Set the following fields: id: it is unique, type int, and select the primary key. uesrname: user name, type varchar, length 30. Password: password, type varchar, length 30. Add a user name and password for testing A d ...

Posted by Alka-Seltzer on Fri, 28 Jan 2022 11:39:31 +0100

❗ The handsome guy spent an hour imitating the smart screen of the library! Wonderful~

The handsome guy went to the library to paddle. When he entered the door, he was shocked by the big screen at the door of the library. I would also ha ha ha, so I took it down! As a result, when writing a blog, the handsome guy found that the name of the handsome guy happened to be on the photo. The handsome guy shouted: "handsome (wonderf ...

Posted by Glen on Fri, 28 Jan 2022 07:49:59 +0100

Java Learning Notes: January 8, 2022

Java Learning Notes: January 8, 2022 Summary: This day I learned the basic knowledge of HTML Hypertext Markup Language and CSS Cascading Style Sheets, which are used to render basic web pages. 1.HTML Language Basics 1. Introduction to HTML Language HTML is fully known as Hypertext Markup Language. It is not a programming language, but a ...

Posted by xeirus on Thu, 27 Jan 2022 19:50:23 +0100

[HTML of reconstructing front-end knowledge system] changes brought by HTML5 to web page audio

[HTML of reconstructing front-end knowledge system] changes brought by HTML5 to web page audio introduction I believe everyone is familiar with music playback, but long before the previous music playback, your browser will ask you whether to download the flash plug-in. Now, however, it is estimated that some young developers don't need to know ...

Posted by tcarnes on Thu, 27 Jan 2022 01:49:36 +0100

Bootstrap actual combat - Comment list

1, IntroductionSocial media websites are popular. People often use comments to express their views. The comment function has become a part of the website.2, Knowledge points2.1 media objectsOfficial explanation: This is an abstract style used to build different types of components with images aligned to the left or right of the text content (su ...

Posted by maxf on Thu, 27 Jan 2022 01:01:49 +0100

Introduction to CSS Basics

1, CSS concept CSS: is the English abbreviation of Cascading Style Sheets. CSS is usually called CSS style sheet or cascading style sheet (cascading style sheet). It is mainly used to set the appearance display styles such as text content (such as text font, size, alignment, etc.), picture shape (such as width, height, border style, margin, et ...

Posted by lill77 on Wed, 26 Jan 2022 15:51:30 +0100

Hyperlink < a > < / a >

1, Basic introduction to hyperlinks 2, External resource links 3, Internal resource links 4, Precautions 5, Expand data 1, Basic introduction to hyperlinks Creating a hyperlink in HTML is very simple. You just need a tag to surround the object to be linked. The target of the hyperlink can be a website, a picture, a pdf file or a video. It ...

Posted by pinehead18 on Wed, 26 Jan 2022 09:51:10 +0100

JavaScript foundation of front end

JavaScript JavaScript is a programming language that provides dynamic interaction features for websites. Bring js file into the page 1. Create a new folder scripts 2. Create a new file main JS file let myHeading = document.querySelector('h1'); myHeading.textContent='Hello World!'; 3. Page import js file The position is between the lab ...

Posted by abs0lut on Wed, 26 Jan 2022 05:09:27 +0100