Web TechnologyTU Board 2076
How positioning of HTML elements can be done using CSS? Create a HTML page with a div with some content and two paragraph with some contents having id p1 and p2. Write external CSS for the div tag…
10How positioning of HTML elements can be done using CSS? Create a HTML page with a div with some content and two paragraph with some contents having id p1 and p2. Write external CSS for the div tag having fixed position with border style solid and width 2px. the p1 should have relative position. The font type of p1 should be Arial and color should be red. The p2 have absolute position with top 0px and left 200px.
A worked answer is on its wayMeanwhile, read the Web Technology notes for this topic.
Discussion
Loading…
More Web Technology questions
What is the use of XML?Create a XML file with simple type and complex type elements. Write its equivalent DTD.TU Board 207910Create an HTML file containing form elements textbox for username, password field and a checkbox for hobbies. Now write javascript function for the form…TU Board 207910How database connection is created in PHP? Write a PHP program to create a form and insert values in to the database table. The form should contain at least…TU Board 207910Differentiate Web 1.0 from Web 2.0.TU Board 20795Write a HTML script to generate following list of items; 1. Coffee : I. Black coffee II. Green coffee 2. Tea A: Black tea B. Green teaTU Board 20795Create a HTML page containing a div having id "dv1". The div should contain canvas element. The id of canvas should be "mycanvas". The height and width of…TU Board 20795