我在ajax成功函數中有這段代碼。我想改變字體大小。我需要在CSS中完成嗎?我如何申報?如果我想在ajax中做類似列表的事情怎麼樣?那可能嗎?因爲如果它在列表中,它將在方框中。任何建議?如何使用ajax設計html樣式?
html = '<h1 align=center>#######################################</h1>';
html += '<h1 align=center> Course Details </h1>';
html += '<h1 align=center>#######################################</h1>';
html += '<h3><br>' +json_results.rows[courseId].courseName+'</br></h3>';
html += '<br> Registration # : ' + json_results.rows[courseId].regNo+'</br>';
html += '<br> Status : ' + json_results.rows[courseId].regStatus+'</br>';
html += '<br> Location : ' + json_results.rows[courseId].courseLoc+'</br>';
html += '<br> Start Date : ' + json_results.rows[courseId].startDate+'</br>';
html += '<br> Registered Person : ' + json_results.rows[courseId].fullName+'</br>';
html += '<br> Rate : ' + json_results.rows[courseId].rate+'</br>';