[Solved] What means “rel” “and “style” mean here? [closed]
In relation to HTML the rel attribute specifies the relationship between the current document and the linked document it is only used if the href attribute is present. The style tag will enable you to edit the style e.g color of a particular div, text etc. For example <html> <head> <style> h1 {color:red;} p {color:blue;} … Read more