Difference between revisions of "Webdesign"

From wiki
Jump to navigation Jump to search
Line 11: Line 11:
 
Make up language for web pages.
 
Make up language for web pages.
 
Check [https://www.w3schools.com/ w3schools]
 
Check [https://www.w3schools.com/ w3schools]
 +
 +
;<a href="a url" target="_blank">go to a url</a>
 +
:Hyperlink to a url to be opened in a new tab. Display "go to a url" as hyperlink (underscored)
  
 
=CSS=
 
=CSS=

Revision as of 14:43, 19 November 2021

Speed

Tests
Enable http/2 for better performance
In your webserver condfig put listen 443 http2 ssl;

HTML

Make up language for web pages. Check w3schools

<a href="a url" target="_blank">go to a url</a>
Hyperlink to a url to be opened in a new tab. Display "go to a url" as hyperlink (underscored)

CSS

Change presentation style for html elements. Check w3schools

Certificate

Check https://crt.sh/?q=domain.tld